|
|
|
|
Samples |
SftTabs/NET includes sample code for both VB.NET and C#. Even though C++ samples are not included, the Syntax section always shows the C++ syntax.
All sample code given in the Example section of a property, method or event applies to Visual Basic and C# unless noted. The code samples usually assume that a tab control has been added to a form. All relevant properties, even properties that could be set at design-time using the Properties window, are set at run-time to show any dependencies.
The following samples can be found in the folder C:\Program Files\Softelvdm\SftTabs NET 6.0\Samples:
VB Sample |
C# Sample |
Description |
Inspects events generated by the control. |
||
Shows some of the features of the control. |
||
Demonstrates tab reordering. |
||
MDI application with a tab control used for document selection. |
||
|
||
A listbox control's contents change based on a tab control. |
||
Demonstrates a Wizard-style dialog using a tab control. |
These samples are referenced throughout our help topics:
VB Sample |
C# Sample |
Description |
Demonstrates how to use a "New Tab" and Close buttons in each tab. |
||
Demonstrates how to populate a tab control and its tab pages with controls at run-time |
||
Demonstrates how the various parts of a tab control are used in tabs. |